#sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background-color: #212121;
    overflow-x: hidden;
    padding-top: 15px;
    transition: 0.4s;
    box-shadow: -10px 0px 50px #000000;
}

#sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #FAFAFA;
    display: block;
    transition: 0.1s;
    margin-right: 60px;
}

#sidebar a:hover {
    background-color: #FAFAFA;
    color: #212121;
}

#closesidebar {
    position: sticky;
    top: 0;
    margin-left: 435px;
    margin-bottom: -50px;
    font-size: 50px;
    cursor: pointer;
}

#sidebar #endentry{
    margin-bottom: 30px;
}